Intel 64 and IA-32 Architectures Software Developer's Manual
x86_64アーキテクチャで開発する際の必携書
(本ではないけど)
現在は下記のリンクからダウンロードできる。
https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html
システムコールの仕様を知りたい場合は、
1. 「Four-Volume Set of Intel® 64 and IA-32 Architectures Software Developer’s Manuals」という見出し
2. その中にある表を見る
3. 表の2段目にあるPDFをダウンロードする
https://scrapbox.io/files/648c8b4e81bfa2001c691987.png
中身は当然英語だが、読み書きするのに必要な部分だけを読めばよい。
https://www.felixcloutier.com/x86/
このページから見たほうが楽かも!